aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
authorSam Anthony <sam@samanthony.xyz>2023-02-01 08:38:51 -0330
committerSam Anthony <sam@samanthony.xyz>2023-02-01 08:38:51 -0330
commit50b874b8f9349f5bd9b1371c2a1a3d9ce14ad0fd (patch)
tree9a6f796e23993561ad10c0f0f00dcd96b91ed584 /src/main.rs
downloadpfc-50b874b8f9349f5bd9b1371c2a1a3d9ce14ad0fd.zip
initial commit
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main.rs b/src/main.rs
new file mode 100644
index 0000000..e7a11a9
--- /dev/null
+++ b/src/main.rs
@@ -0,0 +1,3 @@
+fn main() {
+ println!("Hello, world!");
+}