commit 69f0c48ff8c14cb7a7dd25cddfcec2790235ba4d
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-08 01:01:31 +0000 Subject: updated hello.py diff --git a/hello.py b/hello.py index d69d7ea..b26f27d 100644 --- a/hello.py +++ b/hello.py @@ -1 +1 @@ -print 1+1 \ No newline at end of file +print(1+1) \ No newline at end of file
commit 617434680aede29d15db38bf4946cdc8c3ed261d
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-08 01:01:25 +0000 Subject: updated hello.py diff --git a/hello.py b/hello.py index e69de29..d69d7ea 100644 --- a/hello.py +++ b/hello.py @@ -0,0 +1 @@ +print 1+1 \ No newline at end of file
commit b19851580bc04e1a4f104e06250a008c1560c969
Author: ffff:12.186.22.250 <ffff:12.186.22.250@hub.scroll.pub> Date: 2025-01-08 01:01:19 +0000 Subject: created hello.py diff --git a/hello.py b/hello.py new file mode 100644 index 0000000..e69de29
commit 915e35dfb42a7ddd1b3611a90061abbb0df102cb
Author: Breck Yunits <breck7@gmail.com> Date: 2025-01-07 16:59:30 -0800 Subject: diff --git a/index.scroll b/index.scroll index df0a99b..b988639 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,4 @@ buildHtml theme roboto -Hello World my name is wiki +Hello World my name is Breckkkkkkkkkk
commit cba6778d7cba07ba5964732cee42556414b9ed65
Author: ffff:112.120.127.65 <ffff:112.120.127.65@www.ci.togger.com> Date: 2024-12-03 06:27:55 +0000 Subject: updated index.scroll diff --git a/index.scroll b/index.scroll index 4442ed6..df0a99b 100644 --- a/index.scroll +++ b/index.scroll @@ -1,4 +1,4 @@ buildHtml theme roboto -Hello World my name is \ No newline at end of file +Hello World my name is wiki
commit bae9780b761ef03020de04944435f0db626158ce
Author: root <root@hub.scroll.pub> Date: 2024-10-25 18:29:16 +0000 Subject: initial blank_template template diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..aa0ab78 --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +*.html +*.txt +*.xml +*.css +*.js \ No newline at end of file diff --git a/index.scroll b/index.scroll new file mode 100644 index 0000000..4442ed6 --- /dev/null +++ b/index.scroll @@ -0,0 +1,4 @@ +buildHtml +theme roboto + +Hello World my name is \ No newline at end of file