Created
          August 24, 2020 18:42 
        
      - 
      
- 
        Save hbt/f5db74ee0939b0d2ea091676bdb13068 to your computer and use it in GitHub Desktop. 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | (function run2() { | |
| print("asdasdww") | |
| print(IDE.project) | |
| var myObj = new java.io.File("/tmp/gg3.txt"); | |
| myObj.createNewFile() | |
| var tt = new java.util.TimerTask({ | |
| run: function() { | |
| print("mm") | |
| } | |
| }) | |
| print(tt) | |
| var t = new java.util.Timer().scheduleAtFixedRate(tt, 0, 1000) | |
| })() | 
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment