mirror of
https://github.com/jorenchik/mdemory.git
synced 2026-03-22 00:26:21 +00:00
Initial commit
File structure and dummy compiler module.
This commit is contained in:
0
src/app/.gitkeep
Normal file
0
src/app/.gitkeep
Normal file
7
src/compiler/compiler.go
Normal file
7
src/compiler/compiler.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
fmt.Println("Hello from compiler!")
|
||||
}
|
||||
3
src/compiler/go.mod
Normal file
3
src/compiler/go.mod
Normal file
@@ -0,0 +1,3 @@
|
||||
module github.com/jorenchik/mdemory/src/compiler
|
||||
|
||||
go 1.22.5
|
||||
Reference in New Issue
Block a user