1
0
forked from sneak/dcf

initial, not sure if it works

This commit is contained in:
2024-05-12 09:37:34 -07:00
commit e4ca1a2ec2
9 changed files with 303 additions and 0 deletions

10
dcf_test.go Normal file
View File

@@ -0,0 +1,10 @@
package dcf
import (
"testing"
)
func TestCompile(t *testing.T) {
// This is a placeholder test to ensure that the module compiles successfully.
// You can add more meaningful tests here once you start implementing your code.
}