I am trying to give equal credits to two authors, but I am failing to put this in latex. I did it a bit unconventionally and my latex code is as follows:
\documentclass[sigconf]{acmart}
\fancyhead{}
\pagenumbering{gobble}
\settopmatter{printfolios=false}
\settopmatter{printacmref=false} % Removes citation information below abstract
\renewcommand\footnotetextcopyrightpermission[1]{}
\usepackage{booktabs} % For formal tables
\author{A*, B*, and C}
\thanks{*these authors contributed equally}
\affiliation{%
\institution{D}
\city{E}
\state{F}
% \postcode{0}
}
\email{{a,b,c}@gmail.com}
\begin{document}
\title{TITLE}
\maketitle
\end{document}
It does not look original to me. So, if there is any other solution, please kindly share.

\documentclass{...}, the required\usepackage's,\begin{document}, and\end{document}. That may seem tedious to you, but think of the extra work it represents for TeX.SX users willing to give you a hand. Help them help you: remove that one hurdle between you and a solution to your problem. – Phelype Oleinik Jan 22 '18 at 18:21