Auto commit

上级 940b1d29
run = "cowsay 欢迎来到 InsCode"
run = "pip install -r requirements.txt;python3 main.py"
[nix]
channel = "stable-22_11"
{ pkgs }: {
deps = [
pkgs.cowsay
];
}
deps = [
pkgs.python310Packages.pip
pkgs.python310Full
];
}
\ No newline at end of file
print('欢迎来到 InsCode')
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册