Test
Some checks failed
Gitea Actions Demo / build-and-push-image (push) Failing after 0s

This commit is contained in:
2026-06-20 05:43:06 -05:00
parent b48a571000
commit 862161db1c
4 changed files with 35 additions and 0 deletions

4
src/main.tcross Normal file
View File

@@ -0,0 +1,4 @@
func main(args)
{
Console.WriteLine("My beautiful app");
}