snapshot before regression test

This commit is contained in:
t
2026-07-18 19:25:40 +08:00
commit 796222a300
2295 changed files with 206453 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
"""
Auto-generated Python stub file from func_test.py
Module: func_test
"""
import stdio
import t, c
def add(a: int, b: int) -> int: pass
def mul(a: int, b: int) -> int: pass
def square(x: int) -> int: pass
def factorial(n: int) -> int: pass
def greet(greeting: str, name: str, times: int) -> int: pass
def sub(a: int, b: int) -> int: pass
def func_test() -> int: pass