Initial commit

This commit is contained in:
Magnus Åhall 2024-04-29 08:36:13 +02:00
commit 89f483171a
43 changed files with 2245 additions and 0 deletions

20
problem.go Normal file
View file

@ -0,0 +1,20 @@
package main
import (
// External
// we "git.gibonuddevalla.se/go/wrappederror"
// Standard
// "encoding/json"
)
/*
type Problem struct {
ID int
Name string
SectionID int
Expression string
DatapointNames []string
}
*/