Commit c68375f

mo khan <mo@mokhan.ca>
2025-09-24 17:44:46
initial commit
src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+    println!("Hello, world!");
+}
.gitignore
@@ -0,0 +1,1 @@
+/target
Cargo.toml
@@ -0,0 +1,6 @@
+[package]
+name = "sqlfmt"
+version = "0.1.0"
+edition = "2024"
+
+[dependencies]