Skip to content

Commit 0cd4956

Browse files
committed
new rule about the statically typed language
1 parent a9baf7d commit 0cd4956

File tree

2 files changed

+2
-9
lines changed

2 files changed

+2
-9
lines changed

README-EN.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Free of choice three keys to complate your master pices! ~~Cue Jay Chou 'ThreeKe
1313
5. No programing language limit in general, but should present in [here](https://madnight.github.io/githut/#/pull_requests/2022/1)
1414
6. No 'import' or implement your 'import' in three keys also.
1515
7. No compile hack, your code should run on a baby computer.
16+
8. New Rule: The entry function name of the statically typed languages is not restricted by the first rule, such as `int main` in C language, `public static void main` in Java, etc.
1617

1718
## Ranking
1819

@@ -48,10 +49,6 @@ Ref to the rules, yes, but do your own homework and implement it.
4849
> 6. No `import` or implement your `import` in three keys also.
4950
> 7. No compile hack. Your code should run on a baby computer.
5051
51-
### Are you trying to bullying compiled language?
52-
53-
Seems like it, but not mean it. You can still give it a try.
54-
5552
### Is HTML, Brainfuck acceptable?
5653

5754
Hell no. :)

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
5. 不限编程语言,但禁止使用极小众语言;我们对极小众的定义是:[Github 语言统计](https://madnight.github.io/githut/#/pull_requests/2022/1) 上从未出现过的语言
1414
6. 所有的依赖条件均需是在本比赛开始前就是已有的;否则请上传,作为文件内容统计的一部分!
1515
7. 要求使用平庸的编译/执行命令、测试环境、文件名,除平庸部分外,其余部分也需要符合上述 1, 2 两条的要求
16+
8. 新增规则:静态类型语言的入口函数名,不受 1 中的限制。例如 C 语言的 `int main`, Java 的 `public static void main`
1617

1718
## 排名
1819

@@ -70,11 +71,6 @@
7071
7172
同样几乎是不可行的,但如果你可以完全符合规则也是可以的。
7273

73-
### 编译型语言(特别是 C/C++ )是不是没戏了?
74-
75-
好像是的,我们也在思考如何在不大幅度修改规则的前提下,开个口子让编译型语言也参加进来,但目前还没什么好主意。
76-
如果你有好的点子,也欢迎向我们提供~
77-
7874
### HTML, Brainfuck 可以参赛么?
7975

8076
不可以。

0 commit comments

Comments
 (0)