-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
BuildTools
committed
Oct 3, 2021
1 parent
51e8dfc
commit 5871dd8
Showing
7 changed files
with
61 additions
and
5 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
_log.info("Helloe World"); | ||
_log.info(_id); | ||
|
||
1; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
println("hello world"); | ||
println(_id); | ||
return true; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
|
||
puts "Helloe World\u000asomeThing" | ||
|
||
puts( $_id) | ||
puts( $_H.toString()) | ||
|
||
|
||
return 1; |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!-- this | ||
is | ||
a | ||
comment | ||
--> | ||
<%-- comment - -- --% --%> | ||
|
||
<html> | ||
<%= _id %> | ||
<pre><% | ||
_sout.print("Helloe World\n"); | ||
%></pre> | ||
<div attr="${_id}" /> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!-- this | ||
is | ||
a | ||
comment | ||
--> | ||
<%-- comment - -- --% --%> | ||
|
||
<html> | ||
<%= _id %> | ||
<pre><% | ||
_sout.print("Helloe World\u000a"); | ||
%></pre> | ||
<div attr="${_id}" /> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<?xml version="1.0" encoding="UTF-8" ?> | ||
<!-- this | ||
is | ||
a | ||
comment | ||
--> | ||
<%-- comment - -- --% --%> | ||
<html> | ||
<%= $_id %> | ||
<pre><% | ||
puts 'Helloe World\u000a'; puts $_id | ||
%></pre> | ||
<div attr="#{$_id}" /> | ||
</html> |
This file was deleted.
Oops, something went wrong.