formulahendry / formulahendry/vscode-code-runner
custom tempRunnerFile for single-lines, input support
Open
- Dominant language
- TypeScript
- Stars
- 2.4k
- Forks
- 351
- PR merge metrics
- No merged PRs in 30d
Description
1.sample: if i pick c++/c/java code line and run i have error! what's about custom tempRunnerFile? sample:
$includes
int main(){
$tempCode
return 0;
}
or(java):
$imports
public class tempRunner{
public static void main(String[] args) $throweds {
$tempCode
}
}
2. use not OUTPUT in vscode, use custom TERMINAL what add input to program(System.in.read() in java)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.