Skip to content

Commit 975c286

Browse files
committed
mod
1 parent e1bcb74 commit 975c286

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

webapp/src/main/webapp/index.jsp

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
Have 4.4 years of industry experience in Application Packaging, Repackaging, Virtualization, Migration and app
2-
Deploying with Power shell and Wise scripting. Also has an experience in the following:
3-
4-
 Expertise in Install Shield, Admin studio for application Re-packaging.
5-
 Expertise in creating MSI & Windows Installer Technology.
6-
 Individual experience in MSI / industry standard installation and deployment, design, design review and document development of Application packaging.
7-
Includes Repackaging, Troubleshooting, and Testing across various platforms
8-
1+
#include <stdio.h>
2+
int main() {
3+
// printf() displays the string inside quotation
4+
printf("Hello, World!");
5+
return 0;
6+
}

0 commit comments

Comments
 (0)